All Questions
1 question
1vote
2answers
5kviews
Replace multi line string with multi line string without escaping by hand
Say I have a text file text.txt and I want to replace a (multi-line) string that is contained in before.txt with another string that is contained in after.txt, how do I do that? (I dont want to use ...